Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

evolution on proposed API dropMetadata with vs code 1.82 #13009

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

rschnekenbu
Copy link
Contributor

What it does

Some evolutions were done on proposed API dropMetadata with vs code 1.82:

  • DocumentDropEdit lost id and priority , but gain yieldTo and handledMimeType
  • DocumentDropEditProviderMetadata gained id attribute.

This PR updated the proposal API and also the comments on the code where the code shall be updated on next monaco uplift.

Fixes #12986

Contributed on behalf of ST Microelectronics

How to test

There isn't anything to test, no behavior should have changed, as current Monaco version does not provide support to optional properties. Confirm that the changes in #12125 still work as expected.

Follow-ups

Monaco uplift tag has been updated for when the monaco version is uplifted.

Review checklist

Reminder for reviewers

note the API can't be fully implemented until next monaco upgrade
Fixes eclipse-theia#12986

contributed on behalf of STMicroelectronics
@tsmaeder tsmaeder merged commit c75c861 into eclipse-theia:master Oct 21, 2023
10 of 13 checks passed
@vince-fugnitto vince-fugnitto added this to the 1.43.0 milestone Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[vscode] proposed API drop Metadata evolutions in 1.82
3 participants